[IA64] remove undefined debugging line
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 29 Nov 2006 16:16:46 +0000 (09:16 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 29 Nov 2006 16:16:46 +0000 (09:16 -0700)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
linux-2.6-xen-sparse/arch/ia64/kernel/perfmon.c

index 35e08b538313293105e45d322161cb6560d89e59..2d5a61865df0acc3a92ca44767e8f49bf4efad08 100644 (file)
@@ -4151,7 +4151,6 @@ pfm_start(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs)
        int state, is_system;
 
        if (is_running_on_xen()) {
-               XENPERFMON_PRINTD("PFM_START\n");
                if (is_xenoprof_primary())
                        return HYPERVISOR_perfmon_op(PFM_START, NULL, 0);
                return 0;